Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry(PdfName,Nullable<Single>,Single) Method

In This Topic
    AddDictEntry(PdfName,Nullable<Single>,Single) Method
    In This Topic
    Adds a dictionary entry with nullable float value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry( _
       ByVal key As PdfName, _
       ByVal value As System.Nullable(Of Single), _
       ByVal defValue As System.Single _
    ) 
    public void AddDictEntry( 
       PdfName key,
       System.Nullable<float> value,
       System.float defValue
    )

    Parameters

    key
    value
    defValue
    See Also